for file in os.listdir(path): try: with open(file, 'r') as fp: msg = MIMEBase('application', "octet-stream") msg.set_payload(fp.read())
Hi tried to install chalk on my very simple app and then i got error: Error [ERR_REQUIRE_ESM]: require() of ES Module my-file-is-here and chalk\node_modules\ch
I am trying to get web based routing to work in flutter with a responsive app. Essentially on a large screen, I want to show a list view and a detail view at th
I think my Webapplication gets shut down after a while. It returns a new session if I haven't used the application in maybe 5 minutes. The session timeout is s
What's the meaning of m34 of the structure CATransform3D, I only know it can change the perspective, but what's the meaning when the value is -0.001 and 0.001?
I am trying to validate the image dimensions of the posts which are in my firebase storage using a Cloud Function. What I am trying to do is: 1: Let the user up
I have a following function with takes 2 arguments psi,lam and returns 1 array y. lam=np.arange(0,1,0.1) psi=np.deg2rad(np.arange(0,361,1)) def test(psi,lam):